home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00003_Script_3 < prev    next >
Text File  |  1998-09-28  |  176b  |  12 lines

  1. -- exit script
  2. on mouseDown
  3.   ThreeStateButton
  4.   ReSetBanner
  5.   PopOff
  6.   StopAVI
  7.   repeat with x = 1 to 48
  8.     puppetsprite x,0
  9.   end repeat
  10.   
  11.   Go Movie "Last"
  12. end